GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-11T01:57:50.7968818+00:00",
"SubmitDate": "2026-05-11T01:57:50.7968818+00:00",
"ReportPeriodStart": "2026-05-11T01:57:50.7968818+00:00",
"ReportPeriodEnd": "2026-05-11T01:57:50.7968818+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "def9d32c-d243-42fd-8ccb-7c5ccace41c6",
"Rows": [
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "def9d32c-d243-42fd-8ccb-7c5ccace41c6",
"Rows": [
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48b55915-14c1-484b-b5a9-4f56e0be6e04",
"3d489299-2eb6-40d0-9652-49ea08a79ae8"
],
"Approvers": [
"6dfc8b1b-41e6-484d-ad4e-5c39592aba80",
"7bd08fcb-2c81-4552-b982-9e4bef71bc48"
],
"ApprovedBy": "4adc098d-6f27-461a-b038-f511145a601f",
"ApprovalDate": "2026-05-11T01:57:50.7968818+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "88bbca2b-9d57-4ce6-853f-d8d2d0520089",
"id": "5a553011-f44a-4048-acc1-d0452e780c86",
"ConfigId": "e0c500e0-831e-4ea9-837b-6d1677dc5601"
},
{
"GenerationDate": "2026-05-11T01:57:50.7968818+00:00",
"SubmitDate": "2026-05-11T01:57:50.7968818+00:00",
"ReportPeriodStart": "2026-05-11T01:57:50.7968818+00:00",
"ReportPeriodEnd": "2026-05-11T01:57:50.7968818+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "def9d32c-d243-42fd-8ccb-7c5ccace41c6",
"Rows": [
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "def9d32c-d243-42fd-8ccb-7c5ccace41c6",
"Rows": [
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5773dab8-731f-412a-a028-9dfff4d7e749",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"48b55915-14c1-484b-b5a9-4f56e0be6e04",
"3d489299-2eb6-40d0-9652-49ea08a79ae8"
],
"Approvers": [
"6dfc8b1b-41e6-484d-ad4e-5c39592aba80",
"7bd08fcb-2c81-4552-b982-9e4bef71bc48"
],
"ApprovedBy": "4adc098d-6f27-461a-b038-f511145a601f",
"ApprovalDate": "2026-05-11T01:57:50.7968818+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "88bbca2b-9d57-4ce6-853f-d8d2d0520089",
"id": "5a553011-f44a-4048-acc1-d0452e780c86",
"ConfigId": "e0c500e0-831e-4ea9-837b-6d1677dc5601"
}
]